void delete_references(bsp_object *o)
Parameter | Type | Description |
---|---|---|
o | bsp_object * | object whose references should be deleted |
None
This function removes any references to the specified object. It is used before deleteing the object. All other objects that had pointers to this one will have their pointers set to NULL.